diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 8913ed4f..8b25bb23 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -10,6 +10,7 @@ OC.L10N.register( "Activities" : "Activities", "Error loading activities" : "Error loading activities", "No activities" : "No activities", + "Load more activities" : "Load more activities", ", " : ", ", "{parameterList} and {lastParameter}" : "{parameterList} and {lastParameter}", "_{parameterList} and {linkStart}%n more{linkEnd}_::_{parameterList} and {linkStart}%n more{linkEnd}_" : ["{parameterList} and {linkStart}%n more{linkEnd}","{parameterList} and {linkStart}%n more{linkEnd}"], @@ -28,6 +29,7 @@ OC.L10N.register( "You are receiving this email because the following things happened at %s" : "You are receiving this email because the following things happened at %s", "* %1$s - %2$s" : "* %1$s - %2$s", "_* and %n more _::_* and %n more _" : ["* and %n more ","* and %n more "], + "List your own file actions in the stream" : "List your own file actions in the stream", "Notify about your own actions via email" : "Notify about your own actions via email", "You need to set up your email address before you can receive notification emails." : "You need to set up your email address before you can receive notification emails.", "Send emails:" : "Send emails:", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 811aafd3..1aec9a28 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -8,6 +8,7 @@ "Activities" : "Activities", "Error loading activities" : "Error loading activities", "No activities" : "No activities", + "Load more activities" : "Load more activities", ", " : ", ", "{parameterList} and {lastParameter}" : "{parameterList} and {lastParameter}", "_{parameterList} and {linkStart}%n more{linkEnd}_::_{parameterList} and {linkStart}%n more{linkEnd}_" : ["{parameterList} and {linkStart}%n more{linkEnd}","{parameterList} and {linkStart}%n more{linkEnd}"], @@ -26,6 +27,7 @@ "You are receiving this email because the following things happened at %s" : "You are receiving this email because the following things happened at %s", "* %1$s - %2$s" : "* %1$s - %2$s", "_* and %n more _::_* and %n more _" : ["* and %n more ","* and %n more "], + "List your own file actions in the stream" : "List your own file actions in the stream", "Notify about your own actions via email" : "Notify about your own actions via email", "You need to set up your email address before you can receive notification emails." : "You need to set up your email address before you can receive notification emails.", "Send emails:" : "Send emails:",