This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #102 from Valdnet/master
Addition of l10n
- Loading branch information
Showing
3 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
OC.L10N.register( | ||
"rainloop", | ||
{ | ||
"RainLoop Webmail" : "RainLoop Webmail", | ||
"Go to RainLoop Webmail admin panel" : "Przejdź do panelu administracyjnego RainLoop Webmail", | ||
"Automatically login with Nextcloud user credentials" : "Automatycznie loguj się przy użyciu poświadczeń użytkownika Nextcloud", | ||
"Save" : "Zapisz" | ||
}, | ||
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ "translations": { | ||
"RainLoop Webmail" : "RainLoop Webmail", | ||
"Go to RainLoop Webmail admin panel" : "Przejdź do panelu administracyjnego RainLoop Webmail", | ||
"Automatically login with Nextcloud user credentials" : "Automatycznie loguj się przy użyciu poświadczeń użytkownika Nextcloud", | ||
"Save" : "Zapisz" | ||
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters