-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
- Loading branch information
Showing
18 changed files
with
94 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
OC.L10N.register( | ||
"mood", | ||
{ | ||
"New mood" : "Nuwe stemming", | ||
"Share with ..." : "Deel met …", | ||
"Share your mood" : "Deel u stemming", | ||
"{author} shared a mood with you" : "{author} het ’n stemming met u gedeel", | ||
"{author} shared a mood with {circles}" : "{author} het ’n stemming met {circles} gedeel", | ||
"You shared a mood with {circles}" : "U het ’n stemming met {circles} gedeel", | ||
"A social <strong>mood</strong> is shared" : "’n Sosiale <strong>stemming</strong> is gedeel", | ||
"mood" : "stemming", | ||
"Your mood over the clouds" : "U stemming in die wolke" | ||
}, | ||
"nplurals=2; plural=(n != 1);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ "translations": { | ||
"New mood" : "Nuwe stemming", | ||
"Share with ..." : "Deel met …", | ||
"Share your mood" : "Deel u stemming", | ||
"{author} shared a mood with you" : "{author} het ’n stemming met u gedeel", | ||
"{author} shared a mood with {circles}" : "{author} het ’n stemming met {circles} gedeel", | ||
"You shared a mood with {circles}" : "U het ’n stemming met {circles} gedeel", | ||
"A social <strong>mood</strong> is shared" : "’n Sosiale <strong>stemming</strong> is gedeel", | ||
"mood" : "stemming", | ||
"Your mood over the clouds" : "U stemming in die wolke" | ||
},"pluralForm" :"nplurals=2; plural=(n != 1);" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
OC.L10N.register( | ||
"mood", | ||
{ | ||
"New mood" : "Új hangulat", | ||
"Share with ..." : "Megosztás...", | ||
"Share your mood" : "Hangulatod megosztása", | ||
"mood" : "hangulat" | ||
}, | ||
"nplurals=2; plural=(n != 1);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ "translations": { | ||
"New mood" : "Új hangulat", | ||
"Share with ..." : "Megosztás...", | ||
"Share your mood" : "Hangulatod megosztása", | ||
"mood" : "hangulat" | ||
},"pluralForm" :"nplurals=2; plural=(n != 1);" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
OC.L10N.register( | ||
"mood", | ||
{ | ||
"New mood" : "Nytt humør", | ||
"Share with ..." : "Del med …", | ||
"mood" : "humør" | ||
}, | ||
"nplurals=2; plural=(n != 1);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ "translations": { | ||
"New mood" : "Nytt humør", | ||
"Share with ..." : "Del med …", | ||
"mood" : "humør" | ||
},"pluralForm" :"nplurals=2; plural=(n != 1);" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.