mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
Added polish translation
This commit is contained in:
parent
f75a124fac
commit
b189136645
File diff suppressed because one or more lines are too long
@ -31,7 +31,8 @@ g.languages=[
|
||||
{ l: "Português", s: "pt" },
|
||||
{ l: "Svensk", s: "sv" },
|
||||
{ l: "Română", s: "ro" },
|
||||
{ l: "Suomi", s: "fi" }
|
||||
{ l: "Suomi", s: "fi" },
|
||||
{ l: "Polskie", s: "pl" }
|
||||
];
|
||||
|
||||
g.languages.sort(function (a,b) { if(a.l>b.l) return 1; if(a.l<b.l) return -1; return 0; } );
|
||||
|
||||
@ -29,6 +29,7 @@ Olivian Daniel Tofan (Romanian) <br/>
|
||||
Ihor Maydanovich (Ukrainian) <br/>
|
||||
osiengine group (Farsi) <br/>
|
||||
Zhengyu Ren (Traditional and Simplified Chinese) <br/>
|
||||
Czeslaw Mruk, Jarosław Gorzelnik, Krzysztof Pałka, Łukasz Milata, Maciej Dyczko, Thomas Pancherz, Wojciech Staszewski (Polish) <br/>
|
||||
<br/>
|
||||
A lot of work has gone into UrBackup.
|
||||
If you like it and want to support the ongoing development please consider donating.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user