blob: ca918061691f5423dc1d9b21ee93f895e0d4b3f6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php $TRANSLATIONS = array(
"Export" => "Malenporti",
"Something went wrong while the export file was being generated" => "Io malsukcesis dum la enportota dosiero generiĝis",
"An error has occurred" => "Eraro okazis",
"Export your user account" => "Malenporti vian uzantokonton",
"This will create a compressed file that contains your ownCloud account." => "Ĉi tio kreos densigitan dosieron, kiu enhavas vian konton de ownCloud.",
"Import user account" => "Enporti uzantokonton",
"ownCloud User Zip" => "ZIP-dosiero de uzanto de ownCloud",
"Import" => "Enporti"
);
|