parent
f9d94edb0f
commit
88047aaea7
@ -0,0 +1,24 @@ |
||||
OC.L10N.register( |
||||
"sharebymail", |
||||
{ |
||||
"Shared with %1$s" : "Sprístupnené s %1$s", |
||||
"Shared with {email}" : "Sprístupnené s {email}", |
||||
"Shared with %1$s by %2$s" : "Sprístupnené používateľovi %1$s používateľom %2$s", |
||||
"Shared with {email} by {actor}" : "Sprístupnené {email} používateľom {actor}", |
||||
"You shared %1$s with %2$s by mail" : "Sprístupnili ste %1$s používateľovi %2$s pomocou emailu", |
||||
"You shared {file} with {email} by mail" : "Sprístupnili ste {file} používateľovi {email} pomocou emailu", |
||||
"%3$s shared %1$s with %2$s by mail" : "%3$s sprístupnil %1$s používateľovi %2$s pomocou emailu", |
||||
"{actor} shared {file} with {email} by mail" : "{actor} sprístupnil {file} používateľovi {email} pomocou emailu", |
||||
"Sharing %s failed, this item is already shared with %s" : "Sprístupnenie %s zlyhalo, táto položka je už sprístupnená používateľovi %s", |
||||
"Failed to send share by E-mail" : "Nebolo možné poslať sprístupnenie emailom", |
||||
"%s shared »%s« with you" : "%s vám sprístupnil »%s«", |
||||
"%s shared »%s« with you on behalf of %s" : "%s vám sprístupnil »%s« menom používateľa %s", |
||||
"Failed to create the E-mail" : "Nebolo možné vytvoriť emailovú správu", |
||||
"Could not find share" : "Nebolo možné nájsť sprístupnenie", |
||||
"Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Dobrý deň,\n\n%s vám sprístupnil »%s« menom používateľa %s.\n\n%s\n\n", |
||||
"Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Dobrý deň,\n\n%s vám sprístupnil »%s«.\n\n%s\n\n", |
||||
"Cheers!" : "Pekný deň!", |
||||
"Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Dobrý deň,<br><br>%s vám sprístupnil <a href=\"%s\">%s</a> menom používateľa %s.<br><br>", |
||||
"Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Dobrý deň,<br><br>%s vám sprístupnil <a href=\"%s\">%s</a>.<br><br>" |
||||
}, |
||||
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); |
@ -0,0 +1,22 @@ |
||||
{ "translations": { |
||||
"Shared with %1$s" : "Sprístupnené s %1$s", |
||||
"Shared with {email}" : "Sprístupnené s {email}", |
||||
"Shared with %1$s by %2$s" : "Sprístupnené používateľovi %1$s používateľom %2$s", |
||||
"Shared with {email} by {actor}" : "Sprístupnené {email} používateľom {actor}", |
||||
"You shared %1$s with %2$s by mail" : "Sprístupnili ste %1$s používateľovi %2$s pomocou emailu", |
||||
"You shared {file} with {email} by mail" : "Sprístupnili ste {file} používateľovi {email} pomocou emailu", |
||||
"%3$s shared %1$s with %2$s by mail" : "%3$s sprístupnil %1$s používateľovi %2$s pomocou emailu", |
||||
"{actor} shared {file} with {email} by mail" : "{actor} sprístupnil {file} používateľovi {email} pomocou emailu", |
||||
"Sharing %s failed, this item is already shared with %s" : "Sprístupnenie %s zlyhalo, táto položka je už sprístupnená používateľovi %s", |
||||
"Failed to send share by E-mail" : "Nebolo možné poslať sprístupnenie emailom", |
||||
"%s shared »%s« with you" : "%s vám sprístupnil »%s«", |
||||
"%s shared »%s« with you on behalf of %s" : "%s vám sprístupnil »%s« menom používateľa %s", |
||||
"Failed to create the E-mail" : "Nebolo možné vytvoriť emailovú správu", |
||||
"Could not find share" : "Nebolo možné nájsť sprístupnenie", |
||||
"Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Dobrý deň,\n\n%s vám sprístupnil »%s« menom používateľa %s.\n\n%s\n\n", |
||||
"Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Dobrý deň,\n\n%s vám sprístupnil »%s«.\n\n%s\n\n", |
||||
"Cheers!" : "Pekný deň!", |
||||
"Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Dobrý deň,<br><br>%s vám sprístupnil <a href=\"%s\">%s</a> menom používateľa %s.<br><br>", |
||||
"Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Dobrý deň,<br><br>%s vám sprístupnil <a href=\"%s\">%s</a>.<br><br>" |
||||
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" |
||||
} |
@ -1,13 +1,20 @@ |
||||
OC.L10N.register( |
||||
"updatenotification", |
||||
{ |
||||
"Update notifications" : "Ειδοποιήσεις ενημέρωσης", |
||||
"Could not start updater, please try the manual update" : "Δεν μπορεί να εκκινήσει η εφαρμογή ενημέρωσης, παρακαλώ δοκιμάστε την χειροκίνητη ενημέρωση", |
||||
"{version} is available. Get more information on how to update." : "Η έκδοση {version} είναι διαθέσιμη. Δείτε περισσότερες πληροφορίες για το πως να κάνετε την ενημέρωση.", |
||||
"Updated channel" : "Ενημερωμένο κανάλι", |
||||
"Updater" : "Εφαρμογή Ενημέρωσης", |
||||
"Channel updated" : "Ενημερωμένο κανάλι", |
||||
"Update to %1$s is available." : "Είναι διαθέσιμη η ενημέρωση σε %1$s.", |
||||
"Update for %1$s to version %2$s is available." : "Είναι διαθέσιμη η ενημέρωση από την έκδοση %1$s στην %2$s.", |
||||
"Update for {app} to version %s is available." : "Είναι διαθέσιμη η ενημέρωση της εφαρμογής {app} στην έκδοση %s", |
||||
"A new version is available: %s" : "Μία νέα έκδοση είναι διαθέσιμη: %s", |
||||
"Open updater" : "Άνοιγμα εφαρμογής ενημέρωσης", |
||||
"Download now" : "Λήψη τώρα", |
||||
"Your version is up to date." : "Έχετε την τελευταία έκδοση.", |
||||
"Checked on %s" : "Ελέγχθηκε στις %s", |
||||
"Update channel:" : "Ενημέρωση καναλιού:", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Μπορείτε πάντα να περάσετε σε νεότερη / πειραματική έκδοση. Αλλά ποτέ δεν μπορείτε να γυρίσετε πίσω σε πιο σταθερό κανάλι." |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Μπορείτε πάντα να περάσετε σε νεότερη / πειραματική έκδοση. Αλλά ποτέ δεν μπορείτε να γυρίσετε πίσω σε πιο σταθερό κανάλι.", |
||||
"Notify members of the following groups about available updates:" : "Να ενημερωθούν τα μέλη των παρακάτω ομάδων σχετικά με τις διαθέσιμες ενημερώσεις:" |
||||
}, |
||||
"nplurals=2; plural=(n != 1);"); |
||||
|
@ -1,11 +1,18 @@ |
||||
{ "translations": { |
||||
"Update notifications" : "Ειδοποιήσεις ενημέρωσης", |
||||
"Could not start updater, please try the manual update" : "Δεν μπορεί να εκκινήσει η εφαρμογή ενημέρωσης, παρακαλώ δοκιμάστε την χειροκίνητη ενημέρωση", |
||||
"{version} is available. Get more information on how to update." : "Η έκδοση {version} είναι διαθέσιμη. Δείτε περισσότερες πληροφορίες για το πως να κάνετε την ενημέρωση.", |
||||
"Updated channel" : "Ενημερωμένο κανάλι", |
||||
"Updater" : "Εφαρμογή Ενημέρωσης", |
||||
"Channel updated" : "Ενημερωμένο κανάλι", |
||||
"Update to %1$s is available." : "Είναι διαθέσιμη η ενημέρωση σε %1$s.", |
||||
"Update for %1$s to version %2$s is available." : "Είναι διαθέσιμη η ενημέρωση από την έκδοση %1$s στην %2$s.", |
||||
"Update for {app} to version %s is available." : "Είναι διαθέσιμη η ενημέρωση της εφαρμογής {app} στην έκδοση %s", |
||||
"A new version is available: %s" : "Μία νέα έκδοση είναι διαθέσιμη: %s", |
||||
"Open updater" : "Άνοιγμα εφαρμογής ενημέρωσης", |
||||
"Download now" : "Λήψη τώρα", |
||||
"Your version is up to date." : "Έχετε την τελευταία έκδοση.", |
||||
"Checked on %s" : "Ελέγχθηκε στις %s", |
||||
"Update channel:" : "Ενημέρωση καναλιού:", |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Μπορείτε πάντα να περάσετε σε νεότερη / πειραματική έκδοση. Αλλά ποτέ δεν μπορείτε να γυρίσετε πίσω σε πιο σταθερό κανάλι." |
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Μπορείτε πάντα να περάσετε σε νεότερη / πειραματική έκδοση. Αλλά ποτέ δεν μπορείτε να γυρίσετε πίσω σε πιο σταθερό κανάλι.", |
||||
"Notify members of the following groups about available updates:" : "Να ενημερωθούν τα μέλη των παρακάτω ομάδων σχετικά με τις διαθέσιμες ενημερώσεις:" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
Loading…
Reference in new issue