16 lines
819 B
PHP
Raw Normal View History

2013-08-28 17:35:04 -04:00
<?php $TRANSLATIONS = array(
"Close" => "Tanca",
2013-09-22 09:53:01 -04:00
"Share" => "Comparteix",
2013-09-26 21:59:57 -04:00
"Failed to load this document. Please check if it can be opened with an external odt editor. This might also mean it has been unshared or deleted recently." => "Ha fallat la càrrega d'aquest document. Comproveu si es pot obrir amb un editor odt extern. Això podria significar que s'ha deixat de compartir o eliminat recentment.",
2013-09-05 05:35:38 -04:00
"Failed to load documents." => "Ha fallat en carregar documents.",
2013-09-26 21:59:57 -04:00
"No documents are found. Please upload or create a document!" => "No hi ha documents. Pugeu o creeu un document!",
2013-09-05 05:35:38 -04:00
"Sent" => "Enviat",
"Declined" => "Denegat",
"Accepted" => "Acceptat",
"Incoming" => "Entrant",
2013-09-16 09:32:07 -04:00
"Upload" => "Puja",
2013-09-05 05:35:38 -04:00
"Documents" => "Documents",
"Advanced feature-set" => "Joc d'opcions avançades",
"(Unstable)" => "(Inestable)"
2013-08-28 17:35:04 -04:00
);