nextcloud/apps/gallery/l10n/ca.php

13 lines
385 B
PHP
Raw Normal View History

2012-01-16 20:34:42 +04:00
<?php $TRANSLATIONS = array(
2012-05-13 21:59:44 +04:00
"Pictures" => "Fotos",
2012-06-06 02:29:28 +04:00
"Settings" => "Arranjament",
2012-01-16 20:34:42 +04:00
"Rescan" => "Escaneja de nou",
2012-05-13 21:59:44 +04:00
"Stop" => "Atura",
"Share" => "Comparteix",
"Back" => "Enrera",
"Remove confirmation" => "Elimina la confirmació",
"Do you want to remove album" => "Voleu eliminar l'àlbum",
"Change album name" => "Canvia el nom de l'àlbum",
"New album name" => "Nom nou de l'àlbum"
2012-01-16 20:34:42 +04:00
);