summaryrefslogtreecommitdiffstats
path: root/lib/public/L10N
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-10 11:17:03 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-10 11:17:03 +0200
commit7d158c62ce13bfe126aa96bf157fc890c2813fac (patch)
treebfb7628c4cc7e268b3c4161c7f30fa29b707f9ab /lib/public/L10N
parent01f2fef1f56020ff561eb938b1f511cb94590f08 (diff)
downloadnextcloud-server-7d158c62ce13bfe126aa96bf157fc890c2813fac.tar.gz
nextcloud-server-7d158c62ce13bfe126aa96bf157fc890c2813fac.zip
Typehint
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'lib/public/L10N')
-rw-r--r--lib/public/L10N/IFactory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/L10N/IFactory.php b/lib/public/L10N/IFactory.php
index 49dab869476..810e916ef6b 100644
--- a/lib/public/L10N/IFactory.php
+++ b/lib/public/L10N/IFactory.php
@@ -61,7 +61,7 @@ interface IFactory {
* @return null|string
* @since 15.0.0
*/
- public function findLanguageFromLocale($app = 'core', $locale = null);
+ public function findLanguageFromLocale(string $app = 'core', string $locale = null);
/**
* Find all available languages for an app
#fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
OC.L10N.register(
    "comments",
    {
    "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> für Dateien",
    "%1$s commented" : "%1$s kommentiert",
    "%1$s commented on %2$s" : "%1$s kommentiert %2$s",
    "Comments" : "Kommentare",
    "Type in a new comment..." : "Gebe bitte einen neuen Kommentar ein...",
    "Delete comment" : "Kommentar löschen",
    "Post" : "Speichern",
    "Cancel" : "Abbrechen",
    "Edit comment" : "Kommentar bearbeiten",
    "[Deleted user]" : "[Gelöschter Benutzer]",
    "No other comments available" : "Keine andere Kommentare vorhanden",
    "More comments..." : "Weitere Kommentare...",
    "Save" : "Speichern",
    "Allowed characters {count} of {max}" : "Erlaubte Zeichen {count} von {max}",
    "{count} unread comments" : "{count} ungelesene Kommentare",
    "Comment" : "Kommentar"
},
"nplurals=2; plural=(n != 1);");