diff options
Diffstat (limited to 'apps/dashboard/l10n/sc.js')
-rw-r--r-- | apps/dashboard/l10n/sc.js | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/apps/dashboard/l10n/sc.js b/apps/dashboard/l10n/sc.js new file mode 100644 index 00000000000..05d4d523bcd --- /dev/null +++ b/apps/dashboard/l10n/sc.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "dashboard", + { + "Dashboard" : "Pannellu de controllu", + "Dashboard app" : "Aplicatzione de su pannellu de controllu", + "Weather" : "Tempus", + "Status" : "Istadu", + "Good morning" : "Bona die", + "Good morning, {name}" : "Bona die, {name}", + "Good afternoon" : "Salude", + "Good afternoon, {name}" : "Salude, {name}", + "Good evening" : "Salude", + "Good evening, {name}" : "Salude, {name}", + "Hello" : "Salude", + "Hello, {name}" : "Salude, {name}", + "Customize" : "Personaliza", + "Edit widgets" : "Modìfica ordìngios", + "Get more widgets from the App Store" : "Otene àteros trastos dae sa butega de is aplicatziones", + "Weather service" : "Servìtziu de su tempus", + "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Pro sa riservadesa tua, su serbidore Nextcloud rechedet is datos de su tempus pro tene, duncas su servìtziu de su tempus no retzit informatziones personales.", + "Weather data from Met.no" : "Datos de su tempus dae Met.no", + "geocoding with Nominatim" : "geocodìfica cun Nominatim", + "elevation data from OpenTopoData" : "datos de elevada dae OpenTopoData" +}, +"nplurals=2; plural=(n != 1);"); |