mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
[tx-robot] updated from transifex
This commit is contained in:
parent
21e5ccd5a2
commit
9a27f70393
@ -19,7 +19,7 @@ OC.L10N.register(
|
||||
"Disable" : "Wyłącz",
|
||||
"Are you sure you want to wipe all your messages ?" : "Czy na pewno chcesz wyczyścić wszystkie wiadomości?",
|
||||
"Reset all messages" : "Zresetuj wszystkie wiadomości",
|
||||
"%s message(s) shown of %s message(s) stored in database." : "Wyświetlono %s wiadomość(-ści) z %s zachowanych w bazie danych.",
|
||||
"%s message(s) shown of %s message(s) stored in database." : "Wyświetlono %s wiadomość(-ci) z %s zachowanych w bazie danych.",
|
||||
"Please select a conversation from the list to load it." : "Wybierz rozmowę z listy, aby ją załadować."
|
||||
},
|
||||
"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);");
|
||||
|
@ -17,7 +17,7 @@
|
||||
"Disable" : "Wyłącz",
|
||||
"Are you sure you want to wipe all your messages ?" : "Czy na pewno chcesz wyczyścić wszystkie wiadomości?",
|
||||
"Reset all messages" : "Zresetuj wszystkie wiadomości",
|
||||
"%s message(s) shown of %s message(s) stored in database." : "Wyświetlono %s wiadomość(-ści) z %s zachowanych w bazie danych.",
|
||||
"%s message(s) shown of %s message(s) stored in database." : "Wyświetlono %s wiadomość(-ci) z %s zachowanych w bazie danych.",
|
||||
"Please select a conversation from the list to load it." : "Wybierz rozmowę z listy, aby ją załadować."
|
||||
},"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);"
|
||||
}
|
@ -3,6 +3,7 @@ OC.L10N.register(
|
||||
{
|
||||
"Phone Sync" : "Phone Sync",
|
||||
"An app to sync SMS with your cloud" : "En app för att synkronisera SMS med ditt moln",
|
||||
"No contact found." : "Ingen kontakt hittades.",
|
||||
"Settings" : "Inställningar",
|
||||
"Invalid message limit" : "Ogiltig meddelandegräns",
|
||||
"Default country code" : "Standard landskod",
|
||||
@ -13,6 +14,8 @@ OC.L10N.register(
|
||||
"Notification settings" : "Aviseringsinställningar",
|
||||
"Enable" : "Aktivera",
|
||||
"Disable" : "Inaktivera",
|
||||
"Are you sure you want to wipe all your messages ?" : "Är du säker på att du vill ta bort alla dina meddelanden ?",
|
||||
"Reset all messages" : "Återställ alla meddelanden",
|
||||
"%s message(s) shown of %s message(s) stored in database." : "%s meddelande(n) som visas av %s meddelande(n) som lagras i databasen.",
|
||||
"Please select a conversation from the list to load it." : "Vänligen välj en konversation från listan för att läsa in den."
|
||||
},
|
||||
|
@ -1,6 +1,7 @@
|
||||
{ "translations": {
|
||||
"Phone Sync" : "Phone Sync",
|
||||
"An app to sync SMS with your cloud" : "En app för att synkronisera SMS med ditt moln",
|
||||
"No contact found." : "Ingen kontakt hittades.",
|
||||
"Settings" : "Inställningar",
|
||||
"Invalid message limit" : "Ogiltig meddelandegräns",
|
||||
"Default country code" : "Standard landskod",
|
||||
@ -11,6 +12,8 @@
|
||||
"Notification settings" : "Aviseringsinställningar",
|
||||
"Enable" : "Aktivera",
|
||||
"Disable" : "Inaktivera",
|
||||
"Are you sure you want to wipe all your messages ?" : "Är du säker på att du vill ta bort alla dina meddelanden ?",
|
||||
"Reset all messages" : "Återställ alla meddelanden",
|
||||
"%s message(s) shown of %s message(s) stored in database." : "%s meddelande(n) som visas av %s meddelande(n) som lagras i databasen.",
|
||||
"Please select a conversation from the list to load it." : "Vänligen välj en konversation från listan för att läsa in den."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
Loading…
x
Reference in New Issue
Block a user