File tree Expand file tree Collapse file tree 16 files changed +108
-10
lines changed Expand file tree Collapse file tree 16 files changed +108
-10
lines changed Original file line number Diff line number Diff line change 1
1
OC . L10N . register (
2
2
"files_linkeditor" ,
3
3
{
4
+ "You can not open a folder" : "Nun pues abrir una carpeta" ,
5
+ "Cannot read the file." : "Nun se pue lleer el ficheru." ,
4
6
"The file is locked." : "El ficheru ta bloquiáu." ,
5
7
"An internal server error occurred." : "Prodúxose un error internu del sirvidor." ,
8
+ "You can not write to a folder" : "Nun se pue escribir una carpeta" ,
6
9
"An error occurred!" : "¡Prodúxose un error!" ,
10
+ "Edit link" : "Editar l'enllaz" ,
7
11
"Cancel" : "Encaboxar" ,
8
12
"Save" : "Guardar"
9
13
} ,
Original file line number Diff line number Diff line change 1
1
{ "translations" : {
2
+ "You can not open a folder" : " Nun pues abrir una carpeta" ,
3
+ "Cannot read the file." : " Nun se pue lleer el ficheru." ,
2
4
"The file is locked." : " El ficheru ta bloquiáu." ,
3
5
"An internal server error occurred." : " Prodúxose un error internu del sirvidor." ,
6
+ "You can not write to a folder" : " Nun se pue escribir una carpeta" ,
4
7
"An error occurred!" : " ¡Prodúxose un error!" ,
8
+ "Edit link" : " Editar l'enllaz" ,
5
9
"Cancel" : " Encaboxar" ,
6
10
"Save" : " Guardar"
7
11
},"pluralForm" :" nplurals=2; plural=(n != 1);"
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ OC.L10N.register(
13
13
"File path not supplied" : "No s'ha proporcionat la ruta del fitxer" ,
14
14
"File mtime not supplied" : "No s'ha proporcionat l'hora de modificació del fitxer" ,
15
15
"An error occurred!" : "S'ha produït un error!" ,
16
+ "Edit link" : "Edita l'enllaç" ,
16
17
"Saving failed!" : "S'ha produït un error en desar la nota!" ,
17
18
"Cancel" : "Cancel·la" ,
18
19
"Save" : "Desa"
Original file line number Diff line number Diff line change 11
11
"File path not supplied" : " No s'ha proporcionat la ruta del fitxer" ,
12
12
"File mtime not supplied" : " No s'ha proporcionat l'hora de modificació del fitxer" ,
13
13
"An error occurred!" : " S'ha produït un error!" ,
14
+ "Edit link" : " Edita l'enllaç" ,
14
15
"Saving failed!" : " S'ha produït un error en desar la nota!" ,
15
16
"Cancel" : " Cancel·la" ,
16
17
"Save" : " Desa"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ OC.L10N.register(
25
25
"Cancel" : "Cancelar" ,
26
26
"Visit link" : "Visita a ligazón" ,
27
27
"Link target URL" : "URL de destino da ligazón" ,
28
- "e.g. https://example.org" : "p.ex. https://examplo.gal" ,
28
+ "e.g. https://example.org" : "p. ex. https://examplo.gal" ,
29
29
"Save" : "Gardar" ,
30
30
"Open in same window" : "Abrir na mesma xanela" ,
31
31
"Skip confirmation dialog before open (has to open in same window)" : "Omitir o diálogo de confirmación antes de abrir (ten que abrirse na mesma xanela)" ,
Original file line number Diff line number Diff line change 23
23
"Cancel" : " Cancelar" ,
24
24
"Visit link" : " Visita a ligazón" ,
25
25
"Link target URL" : " URL de destino da ligazón" ,
26
- "e.g. https://example.org" : " p.ex. https://examplo.gal" ,
26
+ "e.g. https://example.org" : " p. ex. https://examplo.gal" ,
27
27
"Save" : " Gardar" ,
28
28
"Open in same window" : " Abrir na mesma xanela" ,
29
29
"Skip confirmation dialog before open (has to open in same window)" : " Omitir o diálogo de confirmación antes de abrir (ten que abrirse na mesma xanela)" ,
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ OC.L10N.register(
17
17
"Cancel" : "ביטול" ,
18
18
"Save" : "שמירה"
19
19
} ,
20
- "nplurals=4 ; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3 ;" ) ;
20
+ "nplurals=3 ; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2 ;" ) ;
Original file line number Diff line number Diff line change 14
14
"Saving failed!" : " השמירה נכשלה!" ,
15
15
"Cancel" : " ביטול" ,
16
16
"Save" : " שמירה"
17
- },"pluralForm" :" nplurals=4 ; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3 ;"
17
+ },"pluralForm" :" nplurals=3 ; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2 ;"
18
18
}
Original file line number Diff line number Diff line change
1
+ OC . L10N . register (
2
+ "files_linkeditor" ,
3
+ {
4
+ "This file is too big to be opened. Please download the file instead." : "This file is too big to be opened. Please download the file instead." ,
5
+ "Cannot read the file." : "Cannot read the file." ,
6
+ "Invalid file path supplied." : "Invalid file path supplied." ,
7
+ "The file is locked." : "The file is locked." ,
8
+ "An internal server error occurred." : "An internal server error occurred." ,
9
+ "An error occurred!" : "An error occurred!" ,
10
+ "Cancel" : "Cancel" ,
11
+ "Save" : "Save"
12
+ } ,
13
+ "nplurals=2; plural=(n!=1);" ) ;
Original file line number Diff line number Diff line change
1
+ { "translations" : {
2
+ "This file is too big to be opened. Please download the file instead." : " This file is too big to be opened. Please download the file instead." ,
3
+ "Cannot read the file." : " Cannot read the file." ,
4
+ "Invalid file path supplied." : " Invalid file path supplied." ,
5
+ "The file is locked." : " The file is locked." ,
6
+ "An internal server error occurred." : " An internal server error occurred." ,
7
+ "An error occurred!" : " An error occurred!" ,
8
+ "Cancel" : " Cancel" ,
9
+ "Save" : " Save"
10
+ },"pluralForm" :" nplurals=2; plural=(n!=1);"
11
+ }
You can’t perform that action at this time.
0 commit comments