mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 06:43:12 +00:00
8a1c778731
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 lines
756 B
JavaScript
17 lines
756 B
JavaScript
OC.L10N.register(
|
|
"files_trashbin",
|
|
{
|
|
"restored" : "obnovljeno",
|
|
"Deleted files" : "Izbrisane datoteke",
|
|
"Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Izbrisane datoteke in mape v smeteh (nabor je odvisen od velikosti prostora)",
|
|
"Restore" : "Obnovi",
|
|
"Unknown" : "Neznano",
|
|
"All files" : "Vse datoteke",
|
|
"You" : "Jaz",
|
|
"Deleted" : "Izbrisano",
|
|
"Cancel" : "Prekliči",
|
|
"Deletion cancelled" : "Brisanje je bilo preklicano",
|
|
"List of files that have been deleted." : "Seznam datotek, ki so bile izbrisane.",
|
|
"No deleted files" : "Ni izbrisanih datotek"
|
|
},
|
|
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
|