mirror of
https://github.com/nextcloud/server.git
synced 2026-04-09 02:56:28 -04:00
10 lines
279 B
JavaScript
10 lines
279 B
JavaScript
OC.L10N.register(
|
|
"core",
|
|
{
|
|
"_{count} file conflict_::_{count} file conflicts_" : ["",""],
|
|
"Cancel" : "Ezeztatu",
|
|
"Delete" : "Ezabatu",
|
|
"_download %n file_::_download %n files_" : ["",""],
|
|
"Personal" : "Pertsonala"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|