Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ca.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 02751a14f73ffb4da33255c20b8e1ad2a23f84b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php $TRANSLATIONS = array(
"Save" => "Desa",
"Search:" => "Cerca:",
"Close" => "Tanca",
"Next" => "Següent",
"Clear" => "Neteja",
"Saving..." => "Desant...",
"Failed to save file" => "Ha fallat en desar el fitxer",
"An error occurred!" => "S'ha produït un error!",
"There were unsaved changes, click here to go back" => "Hi havia canvis que no desats, feu click aquí per anar enrera"
);