mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Compare commits
3 Commits
22c7ea7de6
...
e2b6dcf8d3
Author | SHA1 | Date | |
---|---|---|---|
|
e2b6dcf8d3 | ||
776104a9fa | |||
|
941aa6d83b |
@ -494,7 +494,7 @@ TRANSLATIONS = lang/gpxsee_en.ts \
|
||||
lang/gpxsee_hu.ts \
|
||||
lang/gpxsee_it.ts \
|
||||
lang/gpxsee_eo.ts \
|
||||
lang/gpxsee_zh.ts \
|
||||
lang/gpxsee_zh_CN.ts \
|
||||
lang/gpxsee_ca.ts \
|
||||
lang/gpxsee_ko.ts
|
||||
|
||||
|
@ -117,7 +117,7 @@
|
||||
<message>
|
||||
<location filename="../src/data/data.cpp" line="169"/>
|
||||
<source>JPEG images</source>
|
||||
<translation>JPEG fájlok</translation>
|
||||
<translation>JPEG képek</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/data/data.cpp" line="170"/>
|
||||
@ -295,7 +295,7 @@
|
||||
<location filename="../src/GUI/fileselectwidget.cpp" line="46"/>
|
||||
<location filename="../src/GUI/fileselectwidget.cpp" line="51"/>
|
||||
<source>Select file</source>
|
||||
<translation>Fájl választása</translation>
|
||||
<translation>Fájl kiválasztása</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/GUI/fileselectwidget.cpp" line="61"/>
|
||||
@ -305,12 +305,12 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/fileselectwidget.cpp" line="71"/>
|
||||
<source>%1 is a directory.</source>
|
||||
<translation>A(z) %1 egy mappa.</translation>
|
||||
<translation>%1 egy mappa.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/GUI/fileselectwidget.cpp" line="75"/>
|
||||
<source>%1 is not writable.</source>
|
||||
<translation>A(z) %1 írásvédett.</translation>
|
||||
<translation>%1 írásvédett.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -356,7 +356,7 @@
|
||||
<location filename="../src/GUI/gui.cpp" line="974"/>
|
||||
<location filename="../src/GUI/gui.cpp" line="992"/>
|
||||
<source>Paths</source>
|
||||
<translation>Adatmappák</translation>
|
||||
<translation>Elérési útvonalak</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/GUI/gui.cpp" line="211"/>
|
||||
@ -369,7 +369,7 @@
|
||||
<location filename="../src/GUI/gui.cpp" line="215"/>
|
||||
<location filename="../src/GUI/gui.cpp" line="901"/>
|
||||
<source>About GPXSee</source>
|
||||
<translation>GPXSee névjegye</translation>
|
||||
<translation>A GPXSee névjegye</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/GUI/gui.cpp" line="221"/>
|
||||
@ -429,7 +429,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/gui.cpp" line="297"/>
|
||||
<source>Unselect all files</source>
|
||||
<translation>Összes kijelölés megszüntetése</translation>
|
||||
<translation>Összes kijelölésének visszavonása</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/GUI/gui.cpp" line="302"/>
|
||||
|
@ -342,9 +342,10 @@ SectionEnd
|
||||
|
||||
SectionGroup "Localization" SEC_LOCALIZATION
|
||||
!insertmacro LOCALIZATION "Catalan" "ca"
|
||||
!insertmacro LOCALIZATION "Chinese (Simplified)" "zh"
|
||||
!insertmacro LOCALIZATION "Chinese (Simplified)" "zh_CN"
|
||||
!insertmacro LOCALIZATION "Czech" "cs"
|
||||
!insertmacro LOCALIZATION "Danish" "da"
|
||||
!insertmacro LOCALIZATION "English" "en"
|
||||
!insertmacro LOCALIZATION "Esperanto" "eo"
|
||||
!insertmacro LOCALIZATION "Finnish" "fi"
|
||||
!insertmacro LOCALIZATION "French" "fr"
|
||||
|
Loading…
Reference in New Issue
Block a user