Blame view

sources/apps/gallery/l10n/es.php 553 Bytes
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
7
8
9
10
  <?php $TRANSLATIONS = array(
  "Pictures" => "Imágenes",
  "Shared by" => "Compartido por",
  "Picture view" => "Vista de imágenes",
  "Error loading slideshow template" => "Error cargando la plantilla de presentación",
  "Share" => "Compartir",
  "The \"Image Viewer\" application also need to be enabled to use this application." => "La aplicación \"Visor de imágenes\" también necesita ser activada para usar esta aplicación.",
  "%s shared <strong>%s</strong> with you" => "%s compartió <strong>%s</strong> contigo",
  "File list" => "Lista de archivos"
  );