summaryrefslogtreecommitdiff
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* Fix: Warning during build (#1224)OLFDB2023-02-053-2/+3
| | | | | | | | | | | | | * Fix: Warning during build Added "Language: zh_TW\n" to fix warning. * Fix: Warning during build Added "sr" in "Language: sr\n" to address warning during build * Fix: Warning during build Remove "\r" from "Kaarten gorter dan 3,8GB zijn momenteel niet ondersteund op Android.\r\n" to address warning during build
* Update:i18n:Updated Swedish translation from launchpad (#912)Patrick Höhn2019-11-051-499/+770
|
* Update:i18n:Updated Kurdish (Sorani) translation from launchpadPierre Grandin2019-10-301-317/+553
|
* Update:i18n:Updated Danish translation from launchpad (#933)Pierre GRANDIN2019-10-301-349/+589
| | | | | | | | * Update:i18n:Updated Danish translation for Navit translation from launchpad * Fixed header * Update da.po.in
* Update:i18n:Updated German (Switzerland) translation from launchpad (#934)Pierre GRANDIN2019-10-291-316/+552
|
* Update:i18n:Updated Welsh translation from launchpad (#932)Pierre GRANDIN2019-10-291-317/+553
|
* Update:i18n:Updated German translation from launchpadPatrick Höhn2019-10-041-316/+599
|
* Update:i18n:Updated English (United Kingdom) translation from launchpadi18n/en_GBPatrick Höhn2019-10-031-6/+20
|
* Update:i18n:Updated Bulgarian translation from launchpad (#697)Pierre GRANDIN2018-10-161-371/+621
| | | | | | | | * Update:i18n:Updated Bulgarian translation from launchpad * Working around plural issues * Working around plural issues
* Update:i18n:Updated Bosnian translation from launchpad (#699)Pierre GRANDIN2018-10-161-317/+553
|
* Update:i18n:Updated Catalan translation from launchpad (#700)Pierre GRANDIN2018-10-161-348/+595
|
* Update:i18n:Updated Belarusian translation from launchpad (#698)Pierre GRANDIN2018-10-151-331/+567
|
* Update:i18n:Updated Asturian translation from launchpad (#696)Pierre GRANDIN2018-10-151-346/+586
|
* Update:i18n:Updated Arabic translation from launchpad (#695)Pierre GRANDIN2018-10-151-246/+539
|
* Update:i18n:Updated Afrikaans translation from launchpad (#694)Pierre GRANDIN2018-10-151-346/+586
|
* Update:i18n:Updated Brazilian Portuguese translation from launchpad (#693)Pierre GRANDIN2018-10-151-394/+748
|
* Update:i18n:Updated English (United Kingdom) translation from launchpad (#692)Pierre GRANDIN2018-10-151-390/+729
|
* Update:i18n:Updated Filipino translation from launchpad (#691)Pierre GRANDIN2018-10-151-355/+592
|
* Update:i18n:Updated Dutch translation from launchpad (#689)Pierre GRANDIN2018-10-151-15/+31
|
* Update:i18n:Updated Čeština translation from launchpad (#690)Pierre GRANDIN2018-10-151-16/+31
|
* Update:i18n:Updated French (fr) translation from launchpad (#686)Pierre GRANDIN2018-10-151-324/+614
| | | | | | * Update:i18n:Updated French (fr) translation from launchpad * Fixed extra whitespaces
* cleanup:cmake:retab all CMakeLists.txt filesJoseph Herlant2018-05-251-58/+58
|
* cleanup:cmake:remove trailing spacesJoseph Herlant2018-05-2577-231/+231
|
* Update:i18n:Updated Čeština translation from launchpad (#602)Pierre GRANDIN2018-05-251-404/+686
|
* Update:i18n:Updated Dutch translation from launchpad (#601)Pierre GRANDIN2018-05-251-400/+707
|
* Update:i18n:Updated Serbian translation from launchpad (#600)Pierre GRANDIN2018-05-251-382/+672
|
* Android translations (#589)jandegr2018-05-141-6/+0
| | | | | | | | | | | | | | | | | | * Add files via upload store translations in artefacts * Add files via upload * Add files via upload * Add files via upload * remove the last java files from cmakelists in po * move all java UI strings into strings.xml * translate UI strings by their id's
* Update:i18n:Updated German translation from launchpad (#567)Pierre GRANDIN2018-05-011-469/+528
|
* Update:i18n:Updated Spanish translation from launchpad (#566)Pierre GRANDIN2018-05-011-468/+518
|
* update:gtk:use user-configured units in Points of Interest (POI) window. (#557)Charles Curley2018-04-3077-97/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 1) Changed the translation string for "Distance(m)" from "" to "Distance". Rational: the "m" is ambiguous, it could be meters or miles. However, in the POI context, feet are more likely than miles. So take it out entirely. I did it this way rather than run sed on the entire collection of po input files. 2) The display code sorts the entries by distance. It has no way of knowing if "5" is five miles or five feet. So we leave the distances in feet or meters (depending on the setting for imperial). Allowing kilometers or miles might be a future enhancement. 3) See bug 556 (https://github.com/navit-gps/navit/issues/556). Rather than remove the spurious one as part of this fix, I will leave that to later. But both now have the same English "translation", "Select a search radius from screen center". This hides the problem, at least from English users. This affects all four en_*.po.in files. 4) Someone who knows more than I do about the translation strings might have a better idea. Particularly, is there a graceful way to indicate the input units, either miles or kilometers? modified: navit/gui/gtk/gui_gtk_poi.c modified: po/en.po.in modified: po/en_AU.po.in modified: po/en_CA.po.in modified: po/en_GB.po.in * Made it prettier. Reformatted one commented and tabified the thing. modified: navit/gui/gtk/gui_gtk_poi.c * Replaced one of the two source strings for the PoI window prompt for inputting the search radius. Pull Request 557. modified: navit/gui/gtk/gui_gtk_poi.c modified: po/af.po.in modified: po/ar.po.in modified: po/ast.po.in modified: po/be.po.in modified: po/bg.po.in modified: po/bs.po.in modified: po/ca.po.in modified: po/ckb.po.in modified: po/cs.po.in modified: po/cy.po.in modified: po/da.po.in modified: po/de.po.in modified: po/de_CH.po.in modified: po/el.po.in modified: po/en.po.in modified: po/en_AU.po.in modified: po/en_CA.po.in modified: po/en_GB.po.in modified: po/eo.po.in modified: po/es.po.in modified: po/et.po.in modified: po/eu.po.in modified: po/fa.po.in modified: po/fi.po.in modified: po/fil.po.in modified: po/fo.po.in modified: po/fr.po.in modified: po/fr_CH.po.in modified: po/fy.po.in modified: po/gl.po.in modified: po/he.po.in modified: po/hi.po.in modified: po/hr.po.in modified: po/hu.po.in modified: po/id.po.in modified: po/it.po.in modified: po/ja.po.in modified: po/jv.po.in modified: po/kk.po.in modified: po/kn.po.in modified: po/ko.po.in modified: po/ku.po.in modified: po/lb.po.in modified: po/lt.po.in modified: po/lv.po.in modified: po/mk.po.in modified: po/ml.po.in modified: po/mn.po.in modified: po/mr.po.in modified: po/nb.po.in modified: po/nds.po.in modified: po/nl.po.in modified: po/nn.po.in modified: po/pl.po.in modified: po/pms.po.in modified: po/pt.po.in modified: po/pt_BR.po.in modified: po/ro.po.in modified: po/ru.po.in modified: po/sc.po.in modified: po/si.po.in modified: po/sk.po.in modified: po/sl.po.in modified: po/sq.po.in modified: po/sr.po.in modified: po/sv.po.in modified: po/sw.po.in modified: po/ta.po.in modified: po/te.po.in modified: po/th.po.in modified: po/tr.po.in modified: po/uk.po.in modified: po/ur.po.in modified: po/vi.po.in modified: po/zh_CN.po.in modified: po/zh_HK.po.in modified: po/zh_TW.po.in
* Update:i18n:Updated French (fr) translation from launchpad (#453)Pierre GRANDIN2018-04-211-446/+461
|
* Update:i18n:Updated Arabic translation from launchpad (#415)Pierre GRANDIN2018-03-131-461/+424
|
* Update:i18n:Updated French (fr) translation from launchpad (#353)Pierre GRANDIN2017-10-291-7/+30
|
* Update:i18n:Updated Spanish translation from launchpad (#352)Pierre GRANDIN2017-10-291-9/+47
|
* Update:i18n:Updated Čeština translation from launchpad (#351)Pierre GRANDIN2017-10-291-17/+40
|
* Update:i18n:Updated Portuguese translation from launchpadi18n/ptPierre Grandin2017-07-191-2/+26
|
* Fix: Allow unusual building (#215)R7404Stefan Wildemann2017-04-241-1/+1
| | | | | | | | | | | | | | | | | | | * Support unusual building This patch updates navits cmake system to allow more unusual build and install path configurations as well as renaming the navit binary. This sis required for restricted environments like Sailfish OS harbour that do not follow usual path conventions. You can now: redefine the binary name (NAVIT_BINARY) control the translation file names (PACKAGE) select the library directory (LIB_DIR) select the share directory (SHARE_DIR) select the locales directory (LOCALE_DIR) select the images directory (IMAGE_DIR) select the man directory (MAN_DIR) the .desktop file is updated and the man file is renamed according to this and the install prefix is still honoured.
* Update:i18n:Updated German translation from launchpadR7402Pierre Grandin2017-04-231-4/+15
|
* Update:i18n:Updated German translation from launchpadR7220Pierre GRANDIN2017-01-121-1/+2
|
* Merge pull request #62 from navit-gps/trac/1341jandegr2017-01-091-112/+0
|\ | | | | Removing autotools support, merged following the conversion of the Navit tomtom and Opentom builds and the lack of other comments for almost eight moths.
| * Merge branch 'trunk' into trac/1341trac/1341Pierre Grandin2016-12-0151-613/+3855
| |\ | | | | | | | | | | | | | | | | | | Conflicts: navit/Makefile.am navit/xpm/Makefile.am po/Makefile.am
| * | Removing autotools supportPierre GRANDIN2015-12-311-114/+0
| | |
* | | Update:i18n:Updated Ukrainian translation from launchpadR7147i18n/ukPierre GRANDIN2016-12-191-10/+13
| | |
* | | Update:i18n:Updated Sinhalese translation from launchpadR7134CircleCI2016-12-081-5/+14
| | |
* | | Update:i18n:Updated Turkish (tr) translation from launchpadPierre GRANDIN2016-12-051-5/+14
| | |
* | | Merge pull request #181 from navit-gps/i18n/pmsR7110Pierre GRANDIN2016-12-041-5/+14
|\ \ \ | | | | | | | | Update:i18n:Updated Piemontese translation from launchpad
| * | | Update:i18n:Updated Piemontese translation from launchpadi18n/pmsPierre GRANDIN2016-12-031-5/+14
| | | |
* | | | Merge pull request #180 from navit-gps/i18n/tePierre GRANDIN2016-12-041-5/+14
|\ \ \ \ | | | | | | | | | | Update:i18n:Updated Telugu translation from launchpad
| * | | | Update:i18n:Updated Telugu translation from launchpadi18n/tePierre GRANDIN2016-12-031-5/+14
| |/ / /
* | | | Merge pull request #179 from navit-gps/i18n/srR7108Pierre GRANDIN2016-12-041-5/+14
|\ \ \ \ | | | | | | | | | | Update:i18n:Updated Serbian translation from launchpad