зеркало из https://github.com/nextcloud/text.git
12 строки
438 B
JavaScript
12 строки
438 B
JavaScript
OC.L10N.register(
|
|
"text",
|
|
{
|
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Saiz fail yang dimuatnaik melebihi MAX_FILE_SIZE yang ditetapkan dalam borang HTML",
|
|
"No file was uploaded" : "Tiada fail dimuatnaik",
|
|
"Missing a temporary folder" : "Direktori sementara hilang",
|
|
"Info" : "Info",
|
|
"Warning" : "Amaran",
|
|
"Edit" : "Sunting"
|
|
},
|
|
"nplurals=1; plural=0;");
|