diff --git a/core/l10n/de.js b/core/l10n/de.js index 9ff89a01cace35ece05260de8075fde75c400ea3..1f16739bccb30ee7e6dc215c989c4c5cb381293a 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -9,7 +9,7 @@ OC.L10N.register( "and many new features added regularly!": "und viele neue Funktionen, die regelmäßig hinzugefügt werden!", "Create My Account": "Erstelle meinen Account", "Sign in to your account": "Melden Sie sich bei Ihrem Konto an", - "Terms & Conditions": "algemene voorwaarden", + "Terms of Service": "Allgemeine Geschäftsbedingungen", "Privacy Policy": "Privacybeleid", "All Rights Reserved": "Alle rechten voorbehouden", "Copyright": "Auteursrechten", diff --git a/core/l10n/de.json b/core/l10n/de.json index 0ad9c981dc36ffebc76ea4cdc7e1746bbfc995ff..fd5daeb6c0e9d5089899dcbeeff5cc45000bc374 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -8,7 +8,7 @@ "and many new features added regularly!": "und viele neue Funktionen, die regelmäßig hinzugefügt werden!", "Create My Account": "Erstelle meinen Account", "Sign in to your account": "Melden Sie sich bei Ihrem Konto an", - "Terms & Conditions": "algemene voorwaarden", + "Terms of Service": "Allgemeine Geschäftsbedingungen", "Privacy Policy": "Privacybeleid", "All Rights Reserved": "Alle rechten voorbehouden", "Copyright": "Auteursrechten", diff --git a/core/l10n/en.js b/core/l10n/en.js index 5292e9b0ab924f0693774b972be42a7e3b139c78..a8a50bae086f998f27bbae0bf803a8148dac534a 100755 --- a/core/l10n/en.js +++ b/core/l10n/en.js @@ -9,7 +9,7 @@ OC.L10N.register( "and many new features added regularly!": "and many new features added regularly!", "Create My Account": "Create My Account", "Sign in to your account": "Sign in to your account", - "Terms & Conditions": "Terms & Conditions", + "Terms of Service": "Terms of Service", "Privacy Policy": "Privacy Policy", "All Rights Reserved": "All Rights Reserved", "Copyright": "Copyright", diff --git a/core/l10n/en.json b/core/l10n/en.json index bc29fbc262da0ca3adbd4da5560878304b4bc834..4c71b23723296b030bda6c4cadb37846d88132ef 100755 --- a/core/l10n/en.json +++ b/core/l10n/en.json @@ -8,7 +8,7 @@ "and many new features added regularly!": "and many new features added regularly!", "Create My Account": "Create My Account", "Sign in to your account": "Sign in to your account", - "Terms & Conditions": "Terms & Conditions", + "Terms of Service": "Terms of Service", "Privacy Policy": "Privacy Policy", "All Rights Reserved": "All Rights Reserved", "Copyright": "Copyright", diff --git a/core/l10n/es.js b/core/l10n/es.js index e188605a4174a282d01acc80be35c72241bd579a..c7a7e703dba1ada5ef11762f0831f4d381a792fa 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -9,7 +9,7 @@ OC.L10N.register( "and many new features added regularly!": "¡y muchas características nuevas agregadas regularmente!", "Create My Account": "Crear mi cuenta", "Sign in to your account": "Iniciar sesión en tu cuenta", - "Terms & Conditions": "Términos y condiciones", + "Terms of Service": "Términos de servicio", "Privacy Policy": "Política de privacidad", "All Rights Reserved": "Reservados todos los derechos", "Copyright": "Derechos de autor", diff --git a/core/l10n/es.json b/core/l10n/es.json index 0fbc88d5f3b6f03c219cdd65c4726fb6cbb0d2eb..e2d355d72d84caabe9ddd635c102b9a54ce184c8 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -8,7 +8,7 @@ "and many new features added regularly!": "¡y muchas características nuevas agregadas regularmente!", "Create My Account": "Crear mi cuenta", "Sign in to your account": "Iniciar sesión en tu cuenta", - "Terms & Conditions": "Términos y condiciones", + "Terms of Service": "Términos de servicio", "Privacy Policy": "Política de privacidad", "All Rights Reserved": "Reservados todos los derechos", "Copyright": "Derechos de autor", diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 8295ab6e33ce7907696e6613f6b2f6568c67033c..050c1e3142796d3b8c8611875176f88b269b380a 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -9,7 +9,7 @@ OC.L10N.register( "and many new features added regularly!": "et de nombreuses nouvelles fonctionnalités ajoutées régulièrement !", "Create My Account": "Créer mon compte", "Sign in to your account": "Connectez-vous à votre compte", - "Terms & Conditions": "termes et conditions", + "Terms of Service": "Conditions d'utilisation", "Privacy Policy": "Politique de confidentialité", "All Rights Reserved": "Tous les droits sont réservés", "Copyright": "droits d'auteur", diff --git a/core/l10n/fr.json b/core/l10n/fr.json index a36cbe839c342fb47ffc13ab32581922a78f90de..2ac87a2660a24f983de8f6ef2bcff1c5b917f8ae 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -8,7 +8,7 @@ "and many new features added regularly!": "et de nombreuses nouvelles fonctionnalités ajoutées régulièrement !", "Create My Account": "Créer mon compte", "Sign in to your account": "Connectez-vous à votre compte", - "Terms & Conditions": "termes et conditions", + "Terms of Service": "Conditions d'utilisation", "Privacy Policy": "Politique de confidentialité", "All Rights Reserved": "Tous les droits sont réservés", "Copyright": "droits d'auteur", diff --git a/defaults.php b/defaults.php index b228f7aea54d94a5ca649903b4908fd60e191907..64cb890545b420e2a8bce8da5cee480b656507bc 100644 --- a/defaults.php +++ b/defaults.php @@ -116,7 +116,7 @@ class OC_Theme { */ public function getLongFooter() { $footer = '
'.(\OC::$server->getL10N('core')->t('Copyright')).' © ' . date('Y') .' '.$this->getName() .'-'.(\OC::$server->getL10N('core')->t('All Rights Reserved')).'-
' ; - $footer .= ''.' '.(\OC::$server->getL10N('core')->t('Terms & Conditions')).' '; + $footer .= '
'.' '.(\OC::$server->getL10N('core')->t('Terms of Service')).' '; $footer .= ' - '.' '.(\OC::$server->getL10N('core')->t('Privacy Policy')).'
'; return $footer;