Skip to content

Commit 0b62332

Browse files
Merge pull request #44 from Laravel-Lang/3.x
Replace `Page Not Found` message with `Not Found`
2 parents fe2821c + dd88795 commit 0b62332

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+66
-66
lines changed

locales/af/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/be/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/bg/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/bn/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/bs/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/ca/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/cs/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/cy/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/da/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/de_CH/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/el/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/en/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/es/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/et/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/eu/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/fi/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/fil/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/gl/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/he/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/hi/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/hr/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/hu/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/hy/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/is/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/ja/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/ka/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/kk/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/km/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/kn/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/ko/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/lt/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/lv/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/mk/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/mn/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/mr/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/ms/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/nb/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/ne/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/nl/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/nn/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/oc/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/ps/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/pt/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

locales/ro/php.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"401": "Unauthorized",
2626
"402": "Payment Required",
2727
"403": "Forbidden",
28-
"404": "Page Not Found",
28+
"404": "Not Found",
2929
"405": "Method Not Allowed",
3030
"406": "Not Acceptable",
3131
"407": "Proxy Authentication Required",

0 commit comments

Comments
 (0)