server/apps/gallery/l10n/ca.php

11 lines
389 B
PHP
Raw Normal View History

2012-01-16 16:34:42 +00:00
<?php $TRANSLATIONS = array(
"Gallery" => "Galeria",
2012-01-23 23:42:08 +00:00
"Scanning directories" => "S'estan escanejant carpetes",
2012-01-26 23:59:24 +00:00
"No photos found" => "No s'han trobat fotos",
2012-01-23 23:42:08 +00: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 16:34:42 +00:00
"Rescan" => "Escaneja de nou",
"Back" => "Enrera"
);