Fix typos

This commit is contained in:
Matias De lellis
2016-09-30 20:41:03 -03:00
parent 79f7ca454b
commit 4d9a89dfe9
4 changed files with 6 additions and 6 deletions

View File

@@ -38,6 +38,6 @@ $container->query('OCP\INavigationManager')->add(function () use ($container) {
// the title of your application. This will be used in the
// navigation or on the settings page of your app
'name' => $l10n->t('Quick Notes'),
'name' => $l10n->t('Quick notes'),
];
});

View File

@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<info>
<id>quicknotes</id>
<name>Quick Notes</name>
<name>Quick notes</name>
<description>Quick notes with text, check lists and pictures</description>
<licence>AGPL</licence>
<author>Matias De lellis</author>

View File

@@ -1,8 +1,8 @@
OC.L10N.register(
"quicknotes",
{
"Quick Notes" : "Notas Rapidas",
"Nothing here. Take your quick notes." : "Nada aquí. Toma tus primeras notas.",
"Quick notes" : "Notas rapidas",
"Nothing here. Take your quick notes." : "Nada aquí. Toma tus notas rapidas.",
"New note" : "Nueva nota",
"All notes" : "Todas las notas",
"Shared with you" : "Compartido contigo",

View File

@@ -1,6 +1,6 @@
{ "translations": {
"Quick Notes" : "Notas Rapidas",
"Nothing here. Take your quick notes." : "Nada aquí. Toma tus primeras notas.",
"Quick notes" : "Notas rapidas",
"Nothing here. Take your quick notes." : "Nada aquí. Toma tus notas rapidas.",
"New note" : "Nueva nota",
"All notes" : "Todas las notas",
"Shared with you" : "Compartido contigo",