16 lines
819 B
PHP
16 lines
819 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "Tanca",
|
|
"Share" => "Comparteix",
|
|
"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.",
|
|
"Failed to load documents." => "Ha fallat en carregar documents.",
|
|
"No documents are found. Please upload or create a document!" => "No hi ha documents. Pugeu o creeu un document!",
|
|
"Sent" => "Enviat",
|
|
"Declined" => "Denegat",
|
|
"Accepted" => "Acceptat",
|
|
"Incoming" => "Entrant",
|
|
"Upload" => "Puja",
|
|
"Documents" => "Documents",
|
|
"Advanced feature-set" => "Joc d'opcions avançades",
|
|
"(Unstable)" => "(Inestable)"
|
|
);
|