nextcloud/apps/gallery/l10n/ca.php

11 lines
389 B
PHP
Raw Normal View History

2012-01-16 20:34:42 +04:00
<?php $TRANSLATIONS = array(
"Gallery" => "Galeria",
2012-01-24 03:42:08 +04:00
"Scanning directories" => "S'estan escanejant carpetes",
2012-01-27 03:59:24 +04:00
"No photos found" => "No s'han trobat fotos",
2012-01-24 03:42:08 +04:00
"Creating thumbnails" => "S'estan creant miniatures",
"Do you wan't to remove album" => "Voleu eliminar l'àlbum",
"Input new gallery name" => "Escriviu el nom nou de la galeria",
2012-01-16 20:34:42 +04:00
"Rescan" => "Escaneja de nou",
"Back" => "Enrera"
);