mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
Fix typos
This commit is contained in:
@@ -38,6 +38,6 @@ $container->query('OCP\INavigationManager')->add(function () use ($container) {
|
|||||||
|
|
||||||
// the title of your application. This will be used in the
|
// the title of your application. This will be used in the
|
||||||
// navigation or on the settings page of your app
|
// navigation or on the settings page of your app
|
||||||
'name' => $l10n->t('Quick Notes'),
|
'name' => $l10n->t('Quick notes'),
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<info>
|
<info>
|
||||||
<id>quicknotes</id>
|
<id>quicknotes</id>
|
||||||
<name>Quick Notes</name>
|
<name>Quick notes</name>
|
||||||
<description>Quick notes with text, check lists and pictures</description>
|
<description>Quick notes with text, check lists and pictures</description>
|
||||||
<licence>AGPL</licence>
|
<licence>AGPL</licence>
|
||||||
<author>Matias De lellis</author>
|
<author>Matias De lellis</author>
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"quicknotes",
|
"quicknotes",
|
||||||
{
|
{
|
||||||
"Quick Notes" : "Notas Rapidas",
|
"Quick notes" : "Notas rapidas",
|
||||||
"Nothing here. Take your quick notes." : "Nada aquí. Toma tus primeras notas.",
|
"Nothing here. Take your quick notes." : "Nada aquí. Toma tus notas rapidas.",
|
||||||
"New note" : "Nueva nota",
|
"New note" : "Nueva nota",
|
||||||
"All notes" : "Todas las notas",
|
"All notes" : "Todas las notas",
|
||||||
"Shared with you" : "Compartido contigo",
|
"Shared with you" : "Compartido contigo",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Quick Notes" : "Notas Rapidas",
|
"Quick notes" : "Notas rapidas",
|
||||||
"Nothing here. Take your quick notes." : "Nada aquí. Toma tus primeras notas.",
|
"Nothing here. Take your quick notes." : "Nada aquí. Toma tus notas rapidas.",
|
||||||
"New note" : "Nueva nota",
|
"New note" : "Nueva nota",
|
||||||
"All notes" : "Todas las notas",
|
"All notes" : "Todas las notas",
|
||||||
"Shared with you" : "Compartido contigo",
|
"Shared with you" : "Compartido contigo",
|
||||||
|
|||||||
Reference in New Issue
Block a user