blob: b501a4007eaba61a0bd7f1e35dcf4f00827e4268 (
plain)
1
2
3
4
5
6
7
8
|
OC.L10N.register(
"federatedfilesharing",
{
"Invalid Federated Cloud ID" : "Μη έγκυρο Federated Cloud ID",
"Sharing %s failed, because this item is already shared with %s" : "Ο διαμοιρασμός του %s απέτυχε, γιατί το αντικείμενο είναι διαμοιρασμένο ήδη με τον χρήστη %s",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Αποτυχία διαμοιρασμού %s, δεν βρέθηκε το %s, μπορεί ο διακομιστής να είναι προσωρινά απροσπέλαστος."
},
"nplurals=2; plural=(n != 1);");
|