File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ OC . L10N . register (
2
+ "ldap_write_support" ,
3
+ {
4
+ "Could not find related LDAP entry" : "Nepodařilo se najít související LDAP položku" ,
5
+ "DisplayName change rejected" : "Změna DisplayName zamítnuta" ,
6
+ "Write support for LDAP" : "Podpora pro zápis do LDAP" ,
7
+ "Switches" : "Přepínače" ,
8
+ "User template" : "Šablona uživatele" ,
9
+ "Failed to set user template." : "Nepodařilo se nastavit šablonu uživatele." ,
10
+ "Failed to set switch." : "Nepodařilo se nastavit přepínač."
11
+ } ,
12
+ "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" ) ;
Original file line number Diff line number Diff line change
1
+ { "translations" : {
2
+ "Could not find related LDAP entry" : " Nepodařilo se najít související LDAP položku" ,
3
+ "DisplayName change rejected" : " Změna DisplayName zamítnuta" ,
4
+ "Write support for LDAP" : " Podpora pro zápis do LDAP" ,
5
+ "Switches" : " Přepínače" ,
6
+ "User template" : " Šablona uživatele" ,
7
+ "Failed to set user template." : " Nepodařilo se nastavit šablonu uživatele." ,
8
+ "Failed to set switch." : " Nepodařilo se nastavit přepínač."
9
+ },"pluralForm" :" nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
10
+ }
You can’t perform that action at this time.
0 commit comments