|
@@ -1,17 +1,17 @@
|
|
|
<?php
|
|
|
// Theme
|
|
|
- $text['title-domains']['en-us'] = "Domains";
|
|
|
- $text['title-domains']['es-cl'] = "Dominios";
|
|
|
- $text['title-domains']['pt-pt'] = "Domínios";
|
|
|
- $text['title-domains']['fr-fr'] = "Domaines";
|
|
|
+ $text['theme-title-domains']['en-us'] = "Domains";
|
|
|
+ $text['theme-title-domains']['es-cl'] = "Dominios";
|
|
|
+ $text['theme-title-domains']['pt-pt'] = "Domínios";
|
|
|
+ $text['theme-title-domains']['fr-fr'] = "Domaines";
|
|
|
|
|
|
- $text['button-close']['en-us'] = "Close";
|
|
|
- $text['button-close']['es-cl'] = "Cerca";
|
|
|
- $text['button-close']['pt-pt'] = "Perto";
|
|
|
- $text['button-close']['fr-fr'] = "Proche";
|
|
|
+ $text['theme-button-close']['en-us'] = "Close";
|
|
|
+ $text['theme-button-close']['es-cl'] = "Cerca";
|
|
|
+ $text['theme-button-close']['pt-pt'] = "Perto";
|
|
|
+ $text['theme-button-close']['fr-fr'] = "Proche";
|
|
|
|
|
|
- $text['label-search']['en-us'] = "Search...";
|
|
|
- $text['label-search']['es-cl'] = "Buscar...";
|
|
|
- $text['label-search']['pt-pt'] = "Pesquisa...";
|
|
|
- $text['label-search']['fr-fr'] = "Recherche...";
|
|
|
+ $text['theme-label-search']['en-us'] = "Search...";
|
|
|
+ $text['theme-label-search']['es-cl'] = "Buscar...";
|
|
|
+ $text['theme-label-search']['pt-pt'] = "Pesquisa...";
|
|
|
+ $text['theme-label-search']['fr-fr'] = "Recherche...";
|
|
|
?>
|